home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 17 / CU Amiga Magazine's Super CD-ROM 17 (1997)(EMAP Images)(GB)[!][issue 1997-12].iso / CUCD / Programming / DiceSource / include / pragmas / mathieeedoubtrans_pragmas.h < prev    next >
C/C++ Source or Header  |  1997-09-09  |  1KB  |  24 lines

  1. /* $VER: ../include/pragmas/mathieeedoubtrans_pragmas.h 1.0 (9.8.97) */
  2. #ifndef MathIeeeDoubTransBase_PRAGMA_H
  3. #define MathIeeeDoubTransBase_PRAGMA_H
  4.  
  5. #pragma libcall MathIeeeDoubTransBase IEEEDPAtan 1e 1002
  6. #pragma libcall MathIeeeDoubTransBase IEEEDPSin 24 1002
  7. #pragma libcall MathIeeeDoubTransBase IEEEDPCos 2a 1002
  8. #pragma libcall MathIeeeDoubTransBase IEEEDPTan 30 1002
  9. #pragma libcall MathIeeeDoubTransBase IEEEDPSincos 36 10803
  10. #pragma libcall MathIeeeDoubTransBase IEEEDPSinh 3c 1002
  11. #pragma libcall MathIeeeDoubTransBase IEEEDPCosh 42 1002
  12. #pragma libcall MathIeeeDoubTransBase IEEEDPTanh 48 1002
  13. #pragma libcall MathIeeeDoubTransBase IEEEDPExp 4e 1002
  14. #pragma libcall MathIeeeDoubTransBase IEEEDPLog 54 1002
  15. #pragma libcall MathIeeeDoubTransBase IEEEDPPow 5a 103204
  16. #pragma libcall MathIeeeDoubTransBase IEEEDPSqrt 60 1002
  17. #pragma libcall MathIeeeDoubTransBase IEEEDPTieee 66 1002
  18. #pragma libcall MathIeeeDoubTransBase IEEEDPFieee 6c 001
  19. #pragma libcall MathIeeeDoubTransBase IEEEDPAsin 72 1002
  20. #pragma libcall MathIeeeDoubTransBase IEEEDPAcos 78 1002
  21. #pragma libcall MathIeeeDoubTransBase IEEEDPLog10 7e 1002
  22.  
  23. #endif
  24.